home *** CD-ROM | disk | FTP | other *** search
- object TestForm: TTestForm
- Left = 3
- Top = 3
- Width = 600
- Height = 420
- Caption = 'Spider Container Classes Test Program'
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'System'
- Font.Style = []
- FormStyle = fsMDIForm
- Menu = MainMenu
- Position = poScreenCenter
- Scaled = False
- WindowState = wsMaximized
- WindowMenu = WindowMenu
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 120
- TextHeight = 20
- object Bevel: TBevel
- Left = 0
- Top = 0
- Width = 592
- Height = 1
- Align = alTop
- Shape = bsTopLine
- end
- object StatusBar: TPanel
- Left = 0
- Top = 349
- Width = 592
- Height = 25
- Align = alBottom
- Alignment = taLeftJustify
- BevelOuter = bvLowered
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- object MainMenu: TMainMenu
- Left = 12
- Top = 28
- object FileMenu: TMenuItem
- Caption = '&File'
- Hint = 'Exit program'
- ShortCut = 0
- object ExitItem: TMenuItem
- Caption = 'E&xit'
- Hint = 'Exit program'
- ShortCut = 0
- OnClick = ExitItemClick
- end
- end
- object TestMenu: TMenuItem
- Caption = '&Test'
- Hint = 'Test forms for various containers'
- ShortCut = 0
- object ArrayItem: TMenuItem
- Caption = '&Array'
- Hint = 'Test TArray container'
- ShortCut = 0
- OnClick = ArrayItemClick
- end
- object HashTableItem: TMenuItem
- Caption = '&Hash && String Table '
- Hint = 'Test THashTable and TStringTable container'
- ShortCut = 0
- OnClick = HashTableItemClick
- end
- object ListsItem: TMenuItem
- Caption = '&Lists'
- Hint = 'Test TUnorderedList, TOrderedList, and TBinaryTree containers'
- ShortCut = 0
- OnClick = ListsItemClick
- end
- object QueueItem: TMenuItem
- Caption = '&Queue && Priority Queue'
- Hint = 'Test TQueue container'
- ShortCut = 0
- OnClick = QueueItemClick
- end
- object StackItem: TMenuItem
- Caption = '&Stack'
- Hint = 'Test TStack container'
- ShortCut = 0
- OnClick = StackItemClick
- end
- end
- object WindowMenu: TMenuItem
- Caption = '&Window'
- Hint = 'Window related commands such as Tile and Cascade'
- ShortCut = 0
- object WindowCascadeItem: TMenuItem
- Caption = '&Cascade'
- Hint = 'Arrange windows to overlap'
- ShortCut = 0
- OnClick = WindowCascadeItemClick
- end
- object WindowTileItem: TMenuItem
- Caption = '&Tile'
- Hint = 'Arrange windows without overlap'
- ShortCut = 0
- OnClick = WindowTileItemClick
- end
- object WindowArrangeItem: TMenuItem
- Caption = '&Arrange Icons'
- Hint = 'Arrange window icons at bottom of main window'
- ShortCut = 0
- OnClick = WindowArrangeItemClick
- end
- object WindowMinimizeItem: TMenuItem
- Caption = '&Minimize All'
- Hint = 'Minimize all windows'
- ShortCut = 0
- OnClick = WindowMinimizeItemClick
- end
- end
- object ViewMenu: TMenuItem
- Caption = '&View'
- ShortCut = 0
- object ArrayTestSource: TMenuItem
- Caption = '&Array Test Source'
- Hint = 'View the source code for the array test'
- ShortCut = 0
- OnClick = ArrayTestSourceClick
- end
- object HashStringTableTestSource: TMenuItem
- Caption = '&Hash && String Table Test Source'
- Hint = 'View the source code for the hash and string table test'
- ShortCut = 0
- OnClick = HashStringTableTestSourceClick
- end
- object ListsTestSource: TMenuItem
- Caption = '&Lists Test Source'
- Hint = 'View the source code for the lists test'
- ShortCut = 0
- OnClick = ListsTestSourceClick
- end
- object QueuePriorityQueueTestSource: TMenuItem
- Caption = '&Queue && Priority Queue Test Source'
- Hint = 'View the source code for the queue and priority queue test'
- ShortCut = 0
- OnClick = QueuePriorityQueueTestSourceClick
- end
- object StackTestSource: TMenuItem
- Caption = '&Stack Test Source'
- Hint = 'View the source code for the stack test'
- ShortCut = 0
- OnClick = StackTestSourceClick
- end
- object N1: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object MainFormTestSouce: TMenuItem
- Caption = '&Main Form Source'
- Hint = 'View the source code for the main form'
- ShortCut = 0
- OnClick = MainFormSourceClick
- end
- end
- object HelpMenu: TMenuItem
- Caption = '&Help'
- Hint = 'Help topics'
- ShortCut = 0
- object SpiderHelp: TMenuItem
- Caption = '&Spider Container Classes Help'
- ShortCut = 0
- OnClick = SpiderHelpClick
- end
- object HelpAboutItem: TMenuItem
- Caption = '&About'
- Hint = 'Version information'
- ShortCut = 0
- OnClick = HelpAboutItemClick
- end
- end
- end
- end
-